home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / others / crypt / pgp263i / readme.1st < prev    next >
Encoding:
Text File  |  1996-01-10  |  19.3 KB  |  441 lines

  1.  
  2.  
  3.               Pretty Good Privacy version 2.6.3i - READ ME FIRST
  4.                                      .
  5.                           Notes by Stale Schumacher
  6.                                  1996/01/10
  7.  
  8.  
  9. You are looking at the README file for PGP release 2.6.3i. PGP, short for
  10. Pretty Good Privacy, is a public key encryption package; with it, you can
  11. secure messages you transmit against unauthorized reading and digitally sign
  12. them so that people receiving them can be sure they come from you.
  13.  
  14.  
  15. ABOUT THIS VERSION
  16.  
  17. PGP 2.6.3i is not an official PGP version. It is based on the source code for
  18. MIT PGP 2.6.2 (the latest official version of PGP) and has been modified for
  19. international use. PGP 2.6.3i is probably illegal to use within the USA, but
  20. is fine in almost every other country in the world. (However, it should be
  21. possible to compile a version of PGP that is legal even inside the USA, see
  22. below for details.) This file only explains what is special to version 2.6.3i.
  23. For a more thorough installation and usage guide, refer to the file setup.doc
  24. and the documentation for PGP 2.6.2, which is included unmodified in the doc/
  25. subdirectory that is created when you unpack the distribution archive.
  26.  
  27.  
  28. BACKGROUND
  29.  
  30. Until about two years ago, there were only two "real" PGP versions around:
  31. PGP 2.3a which was the international freeware version, and 2.4 which was a
  32. commercial version sold in USA only. However, this situation changed
  33. dramatically in May 1994 when MIT released a special US freeware version of
  34. PGP (2.5), in order to put an end to the legal problems surrounding PGP.
  35. (PGP 2.3a was believed to be illegal in USA because of patent restrictions.)
  36. The new version had a number of limitations to encourage Americans that were
  37. using 2.3a to upgrade to the new version. However, these limitations resulted
  38. in a well of new PGP versions, more or less professionally put together by
  39. well-intending individuals who wanted a more flexible PGP than that offered
  40. by MIT. Suddenly, we had ten different PGP versions, not two.
  41.  
  42. Even though PGP 2.5 and later releases from MIT introduced many bug-fixes and
  43. improvements over 2.3a, many non-US users of PGP have been reluctant to
  44. upgrade to the new versions because they feel that the PGP developers have
  45. abandoned the international PGP community by adding a number of restrictions
  46. that are only necessary within the USA. That is why I decided to make PGP
  47. 2.6.i (and later 2.6.2i and 2.6.3i): to put an end to all the PGP "hack
  48. versions" that flourish, and by giving the non-US users of PGP a version that
  49. is more "digestible" than those offered by MIT, and at the same time let them
  50. benefit from all the improvements that the new versions have introduced over
  51. PGP 2.3a. PGP 2.6.3i is a "real" 2.6 version, as it is based on the code tree
  52. for PGP 2.6.2 and not 2.3a. This release fixes a number of bugs present in
  53. PGP 2.6.2(i), and adds some new features (see below).
  54.  
  55.  
  56. HOW WAS IT DONE?
  57.  
  58. PGP 2.6.3i was put together by taking all the source files from PGP 2.6.2i
  59. (which was again based on 2.6.2), modifying them to correct a number of
  60. annoying bugs and add some new features, and updating the accompanying text
  61. and documentation files. All changes in the source that are not applicable
  62. within the USA are enclosed in #ifdef's, thus enabling you to compile a PGP
  63. version that is legal to use within the USA. This is accomplished by adding
  64. the -DUSA option when building the program, and by linking it with the RSAREF
  65. library (rsaglue2) rather than MPILIB (rsaglue1). For a detailed list of all
  66. the changes between 2.6.2i and 2.6.3i, see the file pgp263i.dif that is
  67. included with the source code distribution.
  68.  
  69.  
  70. DISTRIBUTION
  71.  
  72. PGP 2.6.3i is distributed in the following files:
  73.  
  74.   pgp263i.zip      This is the MS-DOS executable release, which includes the
  75.                    executable, support files, and basic documentation.
  76.  
  77.   pgp263ix.zip     This is a 32-bit MS-DOS compilation of PGP. If you have a
  78.                    386 processor or better, this version will give you a
  79.                    slightly better performance than the ordinary (16-bit)
  80.                    MS-DOS version.
  81.  
  82.   pgp263i-os2.zip  This is the OS/2 executable with documentation and support
  83.   (pgp263i2.zip)   files.
  84.  
  85.   pgp263is.zip     This is the source code release, which includes all the
  86.                    source code needed to compile PGP and examples of usage.
  87.                    It also contains all the files in pgp263i.zip except the
  88.                    pgp.exe binary.
  89.  
  90.   pgp263is.tar.gz  This contains exactly the same files as pgp263is.zip,
  91.                    except that they use Unix rather than MS-DOS line end
  92.                    conventions.
  93.  
  94.   Binaries for other platforms (Amiga, Atari, Macintosh etc.) will probably
  95.   be available soon after the official release.
  96.  
  97.  
  98. DIFFERENCES BETWEEN PGP 2.6.3i AND 2.6.2
  99.  
  100. PGP 2.6.3i differs from MIT PGP 2.6.2 in the following ways:
  101.  
  102.   (1) It identifies itself as version 2.6.3i
  103.  
  104.       This is to clearly distinguish it from other PGP versions. This is
  105.       important because users within the USA should not use PGP 2.6.3i, and
  106.       also because script files, shells and other PGP add-ons may need to
  107.       know exactly how your copy of PGP will behave under different
  108.       circumstances. If you compile your copy of PGP using the -DUSA option,
  109.       you will get a version called 2.6.3 instead.
  110.  
  111.   (2) It uses PRZ's MPILIB instead of RSAREF
  112.  
  113.       PGP 2.3a and earlier versions use a special library for all the RSA
  114.       encryption/decryption routines, called MPILIB, and written by Philip R.
  115.       Zimmermann (PRZ), the original author of PGP. However, starting with
  116.       version 2.5, all official releases of PGP have been using the RSAREF
  117.       library from RSADSI Inc, a US company that holds the patent on the RSA
  118.       algorithm in the USA. This change was made in order to make PGP legal
  119.       to use within the USA.
  120.  
  121.       Please observe that PGP 2.6.3i does NOT use RSAREF, but rather PRZ's
  122.       original MPILIB library, which is functionally identical to RSAREF and
  123.       slightly faster on most platforms. Because 2.6.3i uses MPILIB rather
  124.       than RSAREF, this PGP version is also able to verify key signatures made
  125.       with PGP 2.2 or earlier versions. This is not true for MIT PGP, because
  126.       the RSAREF library only understands the new PKCS signature format
  127.       introduced in PGP 2.3.
  128.  
  129.       The use of the MPILIB library is the main reason why PGP 2.6.3i is
  130.       probably illegal to use within the USA. If you are in the USA, you
  131.       should compile the source code using the -DUSA option and link it with
  132.       the RSAREF library rather than MPILIB.
  133.  
  134.   (3) It lets you disable the "legal kludge"
  135.  
  136.       PGP 2.6.2 contains a "feature" that will cause it to generate keys and
  137.       messages that are not readable by PGP 2.3a and earlier versions. This
  138.       is the "legal kludge", and was introduced to encourage users in the USA
  139.       to upgrade from PGP 2.3a.
  140.  
  141.       PGP 2.6.3i provides you with a way to disable the "legal kludge". This
  142.       means that messages and keys generated with PGP 2.6.3i can be used and
  143.       understood by all existing 2.x versions of PGP. To disable the legal
  144.       kludge, uncomment the following line in your config.txt file so that it
  145.       reads:
  146.  
  147.       legal_kludge = off
  148.  
  149.       This option may also be set on the command line: "pgp +le=off <command>".
  150.       If you compile PGP using the -DUSA option, the legal kludge cannot be
  151.       disabled.
  152.  
  153.   (4) It allows you to generate keys up to and including 2048 bits
  154.  
  155.       Because of a bug in PGP 2.6.2, this version would not let you generate
  156.       keys bigger than 2047 bits on some platforms. This problem has been
  157.       corrected in PGP 2.6.3i.
  158.  
  159.   (5) It contains a number of bug-fixes
  160.  
  161.       PGP 2.6.3i also fixes a number of other bugs found in PGP 2.6.2, most
  162.       notably the signature bug for keys over 2034 bits, as reported by
  163.       ViaCrypt. PGP 2.6.3i will also let you clearsign messages in 8-bit
  164.       character sets, such as Russian, Japanese, Korean etc. Many other
  165.       bugs have also been corrected, see pgp262i.dif and pgp263i.dif for
  166.       details.
  167.  
  168.   (6) It contains a number of new features
  169.  
  170.       Version 2.6.3i adds some new functionality to PGP, while maintaining
  171.       compatibility with older versions, e.g.:
  172.  
  173.       a) You may now specify additional user IDs from a separate file when
  174.          encrypting a message to multiple recipients. This is particularly
  175.          useful on MS-DOS systems, which impose an upper limit of 127
  176.          characters on the command line. The command line syntax is:
  177.  
  178.          pgp -eat filename.txt user1 user2 -@moreusers.txt
  179.  
  180.          The file moreusers.txt is a normal text file with one key ID or user
  181.          ID on each line.
  182.  
  183.       b) Userids can be automatically signed with your secret key when
  184.          creating keys ('pgp -kg') or adding new userids ('pgp -ke'). This
  185.          is controlled through the new AutoSign option in the configuration
  186.          file.
  187.  
  188.       c) When extracting keys with the 'pgp -kxa' command, PGP 2.6.3i will
  189.          label the ASCII output with a text similar to that of the 'pgp -kv'
  190.          keyring listing.
  191.  
  192.       d) When clearsigning messages, PGP 2.6.3i will add a "Charset:" header
  193.          to the signature block, explaining which character set was used for
  194.          creating the signature. This will help the recipient of the message
  195.          to select correct character conversion when verifying the signature.
  196.          If he/she is using version 2.6.3i, PGP will automatically choose the
  197.          correct character set, thereby eliminating a lot of "Bad signature"
  198.          problems.
  199.  
  200.   (7) It can be compiled on many new platforms
  201.  
  202.       PGP 2.6.3i has been modified in order to let it compile "out of the box"
  203.       for such platforms as Amiga, Atari, VMS, IBM mainframes running MVS and
  204.       Windows NT/Windows 95. Furthermore, the Macintosh port of PGP is now
  205.       integrated into the main source distribution. PGP 2.6.3i will also
  206.       compile under MS-DOS using Borland C (MIT PGP 2.6.2 only supports
  207.       Microsoft C).
  208.  
  209.   (8) It includes updated documentation and language files
  210.  
  211.       The language files for MIT PGP 2.6.2 had not been updated for a long
  212.       time. This has been fixed in this version. PGP 2.6.3i comes with
  213.       a combined translation file for German, French and Spanish. Additional
  214.       language modules may be downloaded from:
  215.  
  216.         http://www.ifi.uio.no/pgp/modules.shtml
  217.         ftp://ftp.ifi.uio.no/pub/pgp/lang/
  218.  
  219.       All the other text and documentation files for PGP 2.6.3i have also
  220.       been brought up to date, with the exception of PRZ's original PGP
  221.       Users's Guide from PGP 2.6.2, which is included unmodified in the
  222.       various distribution archives.
  223.  
  224.   (9) It includes additional PGP tools
  225.  
  226.       The PGP 2.6.3i source code distribution contains two new tools for use
  227.       with PGP, called Stealth and PGPSort. Take a look in the contrib/
  228.       subdirectory for details. The binary distributions now contain pre-
  229.       compiled versions of PGPSort and MD5Sum.
  230.  
  231.  
  232. DIFFERENCES BETWEEN PGP 2.6.3i and 2.6ui
  233.  
  234. A PGP version that has been very popular among non-US users of PGP is 2.6ui.
  235. If you have been using PGP 2.6ui up to now, you should note that PGP 2.6.3i
  236. differs from this version in the following ways:
  237.  
  238.   (1) It is a "real" 2.6 version
  239.  
  240.       PGP 2.6.3i is based on the source code for PGP 2.6.2, whereas PGP 2.6ui
  241.       is based on the source code for 2.3a. This means that 2.6.3i contains a
  242.       lot of bug-fixes that are not present in 2.6ui, and it also adds a
  243.       number of new features that are lacking in 2.6ui.
  244.  
  245.   (2) It doesn't have the version_byte option
  246.  
  247.       PGP 2.6ui has an option to allow you to choose which message format to
  248.       use when generating keys and messages. This is the version_byte option,
  249.       and can be set both in the config.txt file and on the command line:
  250.  
  251.       version_byte = 2    (use backwards-compatible format, default)
  252.       version_byte = 3    (use new 2.6 format)
  253.  
  254.       In PGP 2.6.3i, the same is accomplished using the legal_kludge flag:
  255.  
  256.       legal_kludge = off  (use backwards-compatible format)
  257.       legal_kludge = on   (use new 2.6 format, default)
  258.  
  259.   (3) It doesn't have the armor_version option
  260.  
  261.       PGP 2.6ui has an option to let you "forge" the version number in the
  262.       ASCII armored files produced by PGP. In PGP 2.6.3i, the armor_version
  263.       option is NOT supported, as this is a feature that is heavily misused.
  264.       If you must change the version number of your keys and messages, you can
  265.       do so in the language.txt file instead.
  266.  
  267.  
  268. LEGAL STUFF
  269.  
  270. PGP 2.6.3i is not approved by MIT or PRZ or NSA or the Pope or anyone else.
  271. However, it should be possible to use it legally by anyone in the free world
  272. (i.e. all countries except USA, France, Iraq and a few others). There are three
  273. reasons why people may claim (incorrectly) that PGP 2.6.3i is illegal:
  274.  
  275.    (1) It is based on source code that was illegally exported from the USA
  276.  
  277.        The ITAR regulations classifies cryptography in the same category as
  278.        munitions, and so it is very likely that exporting PGP from the USA
  279.        is considered illegal by US authorities. In the case of PGP 2.6.3i,
  280.        large portions of the code were written inside the USA, and later
  281.        exported to the rest of the world. However, this is not a problem,
  282.        because it is the _export_ that is illegal, not the _use_ of the
  283.        program. Once the software is (illegally) exported, anyone may use it
  284.        legally. (I didn't export it, and I strongly recommend that you won't
  285.        do it either.) As long as you make sure that you get your copy of PGP
  286.        2.6.3i from somewhere outside the USA, then you should be on the safe
  287.        side.
  288.  
  289.    (2) It infringes the RSA patent
  290.  
  291.        This is not a problem either, because PGP 2.6.3i is not intended for use
  292.        in the USA (which just happens to be the only country in the world where
  293.        the RSA patent is valid, and still the validity of this patent is
  294.        somewhat dubious). If you are inside the USA, you should compile the
  295.        source using the -DUSA option and link it with the RSAREF library,
  296.        which will give you a version that identifies itself as PGP 2.6.3. 
  297.  
  298.    (3) It violates the MIT license
  299.  
  300.        The second point in the MIT license for PGP 2.6.2 explicitly forbids
  301.        anyone to remove the so-called "legal kludge". Still, this is exactly
  302.        what PGP 2.6.3i does. However, it should be clear that this limitation
  303.        only refers to the RSAREF versions of PGP. PGP 2.6.3i, on the other
  304.        hand, does not use RSAREF, and so this point becomes irrelevant. If you
  305.        still feel uncomfortable about this, take a look at the file
  306.        przon26i.asc which is included in the distribution archive. This file
  307.        contains a statement by Phil Zimmermann on PGP 2.6.i, the predecessor
  308.        to PGP 2.6.3i.
  309.  
  310.  
  311. COMMERCIAL USE
  312.  
  313. PGP 2.6.3i may be freely used for non-commercial purposes only. If you want
  314. to use PGP for commercial purposes, you need to buy a separate license for
  315. the IDEA algorithm used in PGP. IDEA licenses can be purchased from Ascom
  316. Systec AG in Switzerland. The fee is charged on a per-user basis as 
  317. follows:
  318.  
  319.    1.. 10 users    120 SFr. per copy
  320.   11.. 20 users     80 SFr. per copy 
  321.   21..100 users     60 SFr. per copy
  322.  
  323. For more information, contact:
  324.  
  325.   Ascom Systec AG
  326.   IDEA Licensing
  327.   Gewerbepark
  328.   CH-5506 Maegenwil
  329.   Switzerland
  330.  
  331.   Phone : +41 62 889 59 54
  332.   Fax   : +41 62 889 59 54
  333.   Email : idea@ascom.ch
  334.  
  335.  
  336. COMMENTS AND BUG REPORTS
  337.  
  338. PGP 2.6.3i was put together by Stale Schumacher <stale@hypnotech.com> with
  339. the help of many individuals around the world (see the file pgp263i.dif for
  340. a list of names). All questions regarding PGP 2.6.3i should be addressed to
  341. pgp-bugs@ifi.uio.no. Please note that PRZ, MIT and the University of Oslo have
  342. nothing to do with this release. Comments, bug reports and suggestions for
  343. future releases are welcome.
  344.  
  345.  
  346. I WANT TO KNOW MORE!
  347.  
  348. If you want to find out more about PGP and encryption in general, there are a
  349. number of resources available, both on paper and in electronic form. Here are
  350. a few, to get you started:
  351.  
  352. WWW:
  353.  
  354.     The International PGP Home Page
  355.       http://www.ifi.uio.no/pgp/
  356.     Fran Litterio's PGP Page (from the Virtual Library)
  357.       http://world.std.com/~franl/pgp/pgp.html
  358.     The Official Bug List for MIT PGP 2.6.2
  359.       http://www.mit.edu:8001/people/warlord/pgp-faq.html
  360.     The Phil Zimmermann Legal Defense Fund Page
  361.       http://www.netresponse.com/zldf
  362.  
  363. FTP:
  364.  
  365.     ftp://ftp.ifi.uio.no/pub/pgp/
  366.     ftp://ftp.ox.ac.uk/pub/crypto/pgp/
  367.     ftp://ftp.dsi.unimi.it/pub/security/crypt/PGP/
  368.     ftp://ftp.informatik.uni-hamburg.de/pub/virus/crypt/pgp/
  369.  
  370. DOCs:
  371.  
  372.     http://www.ifi.uio.no/pgp/doc.shtml
  373.     http://www.pegasus.esprit.ec.org/people/arne/pgp.html
  374.     ftp://ftp.ifi.uio.no/pub/pgp/doc/
  375.     ftp://ftp.rhein.de/pub/peti/
  376.  
  377. FAQs:
  378.  
  379.     PGP 2.6.3i FAQ
  380.       http://www.ifi.uio.no/pgp/FAQ.shtml
  381.     PGP FAQs from alt.security.pgp
  382.       http://www.prairienet.org/~jalicqui/pgpfaq.txt
  383.       ftp://ftp.prairienet.org/pub/providers/pgp/pgpfaq.txt
  384.     Where to Get the Latest PGP Program FAQ
  385.       ftp://ftp.uu.net/usenet/news.answers/pgp-faq/where-is-PGP.Z
  386.    
  387. Newsgroups:
  388.  
  389.     alt.anonymous               discussion of anonymity and anon remailers
  390.     alt.anonymous.messages      for anonymous encrypted message transfer
  391.     alt.privacy.clipper         Clipper, Capstone, Skipjack, Key Escrow
  392.     alt.security                general security discussions
  393.     alt.security.index          index to alt.security
  394.     alt.security.pgp            discussion of PGP
  395.     alt.security.ripem          discussion of RIPEM
  396.     alt.security.keydist        key distribution via Usenet
  397.     alt.society.civil-liberty   general civil liberties, including privacy
  398.     comp.compression            discussion of compression algorithms
  399.     comp.org.eff.news           news reports from EFF
  400.     comp.org.eff.talk           discussion of EFF related issues
  401.     comp.patents                discussion of S/W patents, including RSA
  402.     comp.risks                  some mention of crypto and wiretapping
  403.     comp.society.privacy        general privacy issues
  404.     comp.security.announce      announcements of security holes
  405.     misc.legal.computing        software patents, copyrights, computer laws
  406.     sci.crypt                   methods of data encryption/decryption
  407.     sci.math                    general math discussion
  408.     talk.politics.crypto        general talk on crypto politics
  409.  
  410. Books:
  411.  
  412.     The Official PGP User's Guide
  413.     by Philip R. Zimmermann
  414.       MIT Press 1995 
  415.       ISBN 0-262-74017-6
  416.       216 pp. $14.95 
  417.  
  418.     PGP: Pretty Good Privacy
  419.     by Simson Garfinkel
  420.       O'Reilly & Associates 1994
  421.       ISBN 1-56592-098-8
  422.       430 pp. $24.95
  423.  
  424.     Protect Your Privacy: The PGP User's Guide
  425.     by William Stallings
  426.       Prentice Hall PTR 1995
  427.       ISBN 0-13-185596-4
  428.       302 pp. $19.95
  429.  
  430.     Applied Cryptography: Protocols, Algorithms, and Source Code in C
  431.     by Bruce Schneier
  432.       Wiley Publishing 1994
  433.       ISBN 0-471-59756-2
  434.  
  435.     E-Mail Security: How to Keep Your Electronic Mail Private
  436.     by Bruce Schneier
  437.       Wiley Publishing
  438.       ISBN 0-471-05318-X 
  439.  
  440.  
  441.